home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-27 | 8.2 KB | 359 lines | [TEXT/MPS ] |
- # File: Makefile
- # Target: cdent
-
- CurDir = :
- SrcDir = {CurDir}Src:
- ObjDir = {CurDir}Objects:
- MAKEFILE = {CurDir}Makefile
- cdent = {CurDir}cdent
-
- All ƒ {cdent}
- cdent ƒ {cdent}
-
-
- #-------------------------------------------------------------------------------
-
- SOURCES = ∂
- {SrcDir}cdent.cp ∂
- {SrcDir}CScanner.cp ∂
- {SrcDir}DataArea.cp ∂
- {SrcDir}DFile.cp ∂
- {SrcDir}FormatLog.cp ∂
- {SrcDir}FormatStrings.cp ∂
- {SrcDir}Formatting.cp ∂
- {SrcDir}HandleManager.cp ∂
- {SrcDir}Parser.cp ∂
- {SrcDir}ParserActions.cp ∂
- {SrcDir}Stack.cp ∂
- {SrcDir}StdFile.cp ∂
- {SrcDir}Vector.cp
-
- OBJECTS = ∂
- {ObjDir}cdent.cp.o ∂
- {ObjDir}FormatLog.cp.o ∂
- {ObjDir}CScanner.cp.o ∂
- {ObjDir}DataArea.cp.o ∂
- {ObjDir}DFile.cp.o ∂
- {ObjDir}FormatStrings.cp.o ∂
- {ObjDir}Formatting.cp.o ∂
- {ObjDir}HandleManager.cp.o ∂
- {ObjDir}Parser.cp.o ∂
- {ObjDir}ParserActions.cp.o ∂
- {ObjDir}Stack.cp.o ∂
- {ObjDir}StdFile.cp.o ∂
- {ObjDir}Vector.cp.o
-
- LIBRARY = "{CLibraries}"CPlusLib.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{Libraries}"ToolLibs.o
-
- COPTIONS = -r -sym full -warnings full
-
- LDFLAGS = ∂
- -sn "SADEV=Main" ∂
- -sn "STDIO=Main" ∂
- -sn "STDCLIB=Main" ∂
- -sn "SANELIB=Main" ∂
- -sn "INTENV=Main" ∂
- -sn "DataArea=Main" ∂
- -sn "Stack=Main" ∂
- -sn "StdFile=Main" ∂
- -sn "Vector=Main" ∂
- -sn "CScanner=ToolMain" ∂
- -sn "Formatting=ToolMain" ∂
- -sn "FormatLog=ToolMain" ∂
- #-sn "Parser=ToolMain" ∂
- -sn "ParserActions=Parser" ∂
- -d -c 'MPS ' -t 'MPST'
-
- #-------------------------------------------------------------------------------
-
- {ObjDir} ƒ {SrcDir}
-
- #-------------------------------------------------------------------------------
-
- {cdent} ƒƒ {OBJECTS}
- Link -o {Targ} ∂
- {LDFLAGS} ∂
- {OBJECTS} ∂
- {LIBRARY}
-
- {cdent} ƒƒ {SrcDir}cdent.r ∂
- {SrcDir}FormatStrings.def.h
- Rez -m -a -o {Targ} {RIncludes}Cmdo.r -i {SrcDir} {SrcDir}cdent.r
-
-
-
- #-------------------------------------------------------------------------------
-
- MunchTools ƒ {cdent}
- Duplicate -y {NewerDeps} {MPW}MunchTools
-
- clean ƒ
- delete -i `files -t 'OBJ ' "{ObjDir}"` ∂
- {SrcDir}cdent.SYM
-
- #-------------------------------------------------------------------------------
-
- {ObjDir}cdent.cp.o ƒ {SrcDir}cdent.cp
-
- {ObjDir}CScanner.cp.o ƒ {SrcDir}CScanner.cp
-
- {ObjDir}DataArea.cp.o ƒ {SrcDir}DataArea.cp
-
- {ObjDir}DFile.cp.o ƒ {SrcDir}DFile.cp
-
- {ObjDir}FormatLog.cp.o ƒ {SrcDir}FormatLog.cp
- # Remove this when CFront is fixed
- CPlus -sym on -mf {SrcDir}FormatLog.cp -o {ObjDir}FormatLog.cp.o -fx 51
-
- {ObjDir}FormatStrings.cp.o ƒ {SrcDir}FormatStrings.cp
-
- {ObjDir}Formatting.cp.o ƒ {SrcDir}Formatting.cp
-
- {ObjDir}HandleManager.cp.o ƒ {SrcDir}HandleManager.cp
-
- {ObjDir}Parser.cp.o ƒ {SrcDir}Parser.cp
-
- {ObjDir}ParserActions.cp.o ƒ {SrcDir}ParserActions.cp
-
- {ObjDir}Stack.cp.o ƒ {SrcDir}Stack.cp
-
- {ObjDir}StdFile.cp.o ƒ {SrcDir}StdFile.cp
-
- {ObjDir}Vector.cp.o ƒ {SrcDir}Vector.cp
-
- #-------------------------------------------------------------------------------
-
- Makefile ƒ $OutOfDate
- MakeDepend ∂
- -append {MAKEFILE} ∂
- MAKEFILE={MAKEFILE} ∂
- CurDir={CurDir} ∂
- SrcDir={SrcDir} ∂
- ObjDir={ObjDir} ∂
- cdent={cdent} ∂
- -ic '{SrcDir}' ∂
- -objdir '{ObjDir}' ∂
- -t '{cdent}' ∂
- {SOURCES}
-
- #*** Dependencies: Cut here ***
-
- # This makefile was produced at 8:39:42 PM on Mon, Apr 27, 1992 by
- # MakeDepend
-
- "{ObjDir}cdent.cp.o" ƒ ∂
- "{SrcDir}cdent.cp" ∂
- "{CIncludes}ctype.h" ∂
- "{CIncludes}stdlib.h" ∂
- "{CIncludes}stdarg.h" ∂
- "{CIncludes}segload.h" ∂
- "{CIncludes}new.h" ∂
- "{CIncludes}CursorCtl.h" ∂
- "{SrcDir}Stack.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{SrcDir}Parser.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{SrcDir}FormatLog.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}cdent.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stddef.h" ∂
- "{SrcDir}Vector.h" ∂
- "{CIncludes}stdio.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{CIncludes}string.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h"
-
- "{ObjDir}CScanner.cp.o" ƒ ∂
- "{SrcDir}CScanner.cp" ∂
- "{CIncludes}string.h" ∂
- "{CIncludes}stdio.h" ∂
- "{CIncludes}ctype.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{CIncludes}new.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}types.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{CIncludes}stddef.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{CIncludes}stdlib.h"
-
- "{ObjDir}DataArea.cp.o" ƒ ∂
- "{SrcDir}DataArea.cp" ∂
- "{CIncludes}osutils.h" ∂
- "{CIncludes}errors.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stddef.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h"
-
- "{ObjDir}DFile.cp.o" ƒ ∂
- "{SrcDir}DFile.cp" ∂
- "{CIncludes}string.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}cdent.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}stdlib.h" ∂
- "{CIncludes}stdio.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stddef.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h"
-
- "{ObjDir}FormatLog.cp.o" ƒ ∂
- "{SrcDir}FormatLog.cp" ∂
- "{CIncludes}osutils.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}FormatLog.h" ∂
- "{SrcDir}cdent.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}string.h" ∂
- "{CIncludes}new.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}stddef.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{CIncludes}stdio.h" ∂
- "{CIncludes}stdlib.h"
-
- "{ObjDir}FormatStrings.cp.o" ƒ ∂
- "{SrcDir}FormatStrings.cp" ∂
- "{CIncludes}string.h" ∂
- "{SrcDir}FormatStrings.def.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{CIncludes}types.h"
-
- "{ObjDir}Formatting.cp.o" ƒ ∂
- "{SrcDir}Formatting.cp" ∂
- "{CIncludes}memory.h" ∂
- "{CIncludes}ctype.h" ∂
- "{SrcDir}ParserActions.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}FormatLog.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{SrcDir}cdent.h" ∂
- "{CIncludes}types.h" ∂
- "{SrcDir}Parser.h" ∂
- "{CIncludes}string.h" ∂
- "{CIncludes}new.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}stdio.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{SrcDir}Stack.h" ∂
- "{CIncludes}stddef.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{CIncludes}stdlib.h" ∂
- "{SrcDir}Vector.h"
-
- "{ObjDir}HandleManager.cp.o" ƒ ∂
- "{SrcDir}HandleManager.cp" ∂
- "{CIncludes}osutils.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stddef.h"
-
- "{ObjDir}Parser.cp.o" ƒ ∂
- "{SrcDir}Parser.cp" ∂
- "{CIncludes}string.h" ∂
- "{CIncludes}new.h" ∂
- "{SrcDir}Stack.h" ∂
- "{SrcDir}cdent.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{SrcDir}ParserActions.h" ∂
- "{SrcDir}Parser.h" ∂
- "{CIncludes}stddef.h" ∂
- "{SrcDir}Vector.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stdio.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{CIncludes}stdlib.h"
-
- "{ObjDir}ParserActions.cp.o" ƒ ∂
- "{SrcDir}ParserActions.cp" ∂
- "{CIncludes}string.h" ∂
- "{SrcDir}cdent.h" ∂
- "{SrcDir}Formatting.h" ∂
- "{SrcDir}CScanner.h" ∂
- "{SrcDir}ParserActions.h" ∂
- "{CIncludes}new.h" ∂
- "{SrcDir}DFile.h" ∂
- "{SrcDir}FormatStrings.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stdio.h" ∂
- "{SrcDir}Syntactic.h" ∂
- "{SrcDir}Parser.h" ∂
- "{CIncludes}stddef.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h" ∂
- "{SrcDir}Stack.h" ∂
- "{CIncludes}stdlib.h" ∂
- "{SrcDir}Vector.h"
-
- "{ObjDir}Stack.cp.o" ƒ ∂
- "{SrcDir}Stack.cp" ∂
- "{SrcDir}Stack.h" ∂
- "{SrcDir}Vector.h" ∂
- "{CIncludes}types.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}stddef.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h"
-
- "{ObjDir}StdFile.cp.o" ƒ ∂
- "{SrcDir}StdFile.cp" ∂
- "{CIncludes}stdarg.h" ∂
- "{CIncludes}ioctl.h" ∂
- "{CIncludes}files.h" ∂
- "{CIncludes}fcntl.h" ∂
- "{SrcDir}StdFile.h" ∂
- "{CIncludes}segload.h" ∂
- "{CIncludes}osutils.h" ∂
- "{CIncludes}types.h" ∂
- "{CIncludes}stdlib.h" ∂
- "{CIncludes}stdio.h"
-
- "{ObjDir}Vector.cp.o" ƒ ∂
- "{SrcDir}Vector.cp" ∂
- "{CIncludes}stdlib.h" ∂
- "{CIncludes}errors.h" ∂
- "{SrcDir}Vector.h" ∂
- "{CIncludes}types.h" ∂
- "{SrcDir}DataArea.h" ∂
- "{CIncludes}stddef.h" ∂
- "{CIncludes}memory.h" ∂
- "{SrcDir}HandleManager.h"
-
-